home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000320_news@columbia.edu _Fri Feb 28 03:48:37 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id DAA22790
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 28 Feb 1997 03:48:36 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id DAA01413
  7.     for kermit.misc@watsun; Fri, 28 Feb 1997 03:48:35 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.eecs.umich.edu!news.radio.cz!newsbreeder.radio.cz!news.radio.cz!CESspool!www.nntp.primenet.com!nntp.primenet.com!news.maxwell.syr.edu!ais.net!ameritech.net!uunet!in2.uu.net!206.63.63.70!nwnews.wa.com!brokaw.wa.com!not-for-mail
  9. From: Ken Pizzini <ken@halcyon.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help to read file...
  12. Date: 28 Feb 1997 08:15:37 GMT
  13. Organization: _
  14. Lines: 19
  15. Message-ID: <5f6479$sdq$1@brokaw.wa.com>
  16. References: <5f2ove$4sb@tom.pppl.gov> <5f4l8u$7ao$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: chinook.halcyon.com
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6659
  19.  
  20. In article <5f4l8u$7ao$1@apakabar.cc.columbia.edu>,
  21. Frank da Cruz <fdc@watsun.cc.columbia.edu> wrote:
  22. >btoa and atob are not standard parts of UNIX -- you have to hunt around the
  23. >Internet to find them.  I don't know what the difference between btoa and
  24. >xbtoa might be.  Of course if you are not on a UNIX system then you probably
  25. >can't read this file at all.
  26.  
  27. Sources to [x]btoa can be found in comp.sources.unix volume 18.
  28. I don't know why the ".unix" was used -- this is not Unix
  29. specific code.  You will need a C compiler to use it though.
  30.  
  31. For this specific case, provided you have access to a C compiler,
  32. one can get around the problem of someone choosing a specialized
  33. encoding, but I agree with Frank that it is quite annoying that
  34. people blindly send attachments in program-specific formats
  35. without first verifying that the recipient can handle such
  36. a format.
  37.  
  38.         --Ken Pizzini